Subscription

interface Subscription

A subscription returns from on to allow unsubscribing.

Functions

Link copied to clipboard
abstract fun isUnsubscribed(): Boolean
Returns true if this Subscription is currently unsubscribed.
Link copied to clipboard
abstract fun unsubscribe()
Stops the receipt of notifications on the Observable that was registered when this Subscription was received.